home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / docbook-xml.postrm < prev    next >
Encoding:
Text File  |  2006-06-19  |  362 b   |  13 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installcatalogs
  4. if [ "$1" = "purge" ]; then
  5.     rm -f /etc/sgml/docbook-xml.cat /etc/sgml/docbook-xml.cat.old
  6. fi
  7. # End automatically added section
  8. # Automatically added by dh_installxmlcatalogs
  9. if [ "$1" = "purge" ]; then
  10.     rm -f /etc/xml/docbook-xml.xml /etc/xml/docbook-xml.xml.old
  11. fi
  12. # End automatically added section
  13.